gmt_dos-actors 10.2.1

Giant Magellan Telescope Dynamic Optical Simulation Actor Model
Documentation

gmt_dos-actors

Crates.io Documentation

gmt_dos-actors is an implementation of the actor model applied to integrated modeling for the Giant Magellan Telescope.

Features

  • Asynchronous actors model
  • Channel based data exchange between actors
  • channels validation at compile time
  • formal interface definition (trait based) between actors and actor clients
  • scripting macro to reduce boilerplate clutter